home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000323_news@newsmaster….columbia.edu _Mon Sep 8 22:24:17 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA17658
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 8 Sep 1997 22:24:17 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA12679
  7.     for kermit.misc@watsun; Mon, 8 Sep 1997 22:24:16 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: MS-DOS Kermit/DOS-Emu
  12. Message-ID: <Qn8tFrLe4hLK@cc.usu.edu>
  13. Date: 8 Sep 97 19:33:16 MDT
  14. References: <TCPSMTP.17.9.8.2.14.44.2375661496.4677359@kincyb.com> <h$+knUEnas3W@cc.usu.edu>
  15. Organization: Utah State University
  16. Lines: 39
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:7646
  18.  
  19.  
  20. In article <h$+knUEnas3W@cc.usu.edu>, jrd@cc.usu.edu (Joe Doupnik) writes:
  21. > In article <TCPSMTP.17.9.8.2.14.44.2375661496.4677359@kincyb.com>, dallasii@kincyb.com writes:
  22. >> [I'm cross-posting this to several forums where I think it will be
  23. >> appropriate for discussion.
  24. >> I apologize to anyone who finds it inappropriate.]
  25. >> 
  26. >> Question:
  27. >> 
  28. >> 1) MS-DOS Kermit requires direct access to COM ports.
  29. >     Is that a question or a statement?
  30. >     If the latter the answer is no. If you read the manual please
  31. > discover that MSK can run over networks and to serial ports via slow 
  32. > simple-minded BIOS calls. I don't recommend SET PORT BIOSx, but it is
  33. > there and works.
  34. >  
  35. >> 2) LINUX DOS-Emu does not allow direct access to PC COM ports.
  36. >> 
  37. >> 3) Therefore, MS-DOS Kermit cannot funtion in the LINUX DOS-Emu 
  38. >>    environment?
  39. >     The logic is faulty. I don't use Linux so I can't help you with
  40. > that part of things. If you have an emulator which simulates the serial
  41. > port hardware then MSK will probably run. Complaints on that to makers
  42. > of simulators. In general, Unix does not permit use applications to touch
  43. > the hardware because the hardware belongs to more than one user app.
  44. >     The Kermit of choice for Unix systems is C Kermit.
  45. >         Joe D.
  46. ---------
  47.     Adding a bit more in case folks remain puzzled.
  48.     A DOS emulator emulates DOS, as expected. But no comms program in its
  49. right mind uses DOS to perform communications i/o. DOS doesn't have the
  50. facilities. The programs which try to use the PC Bios, INT 14h, get on a
  51. little better but not by much. That's why serial comms on PCs go straight
  52. to the serial port hardware.
  53.     Thus even a Bios emulator doesn't help much. One needs an emulator
  54. of the hardware. Surprizingly such things exist, and MS markets them as
  55. MS Windows.
  56.     Joe D.